anonymous class meaning in English
匿名类别
Examples
- Custom attributes may not be anonymous classes
自定义属性不能是匿名类。 - Property actually returns an instance of an anonymous class derived from the
类派生的匿名类的实例。 - To implement this listener class , we ll code an anonymous class in the main explorer window
为了实现该侦听器类,我们将在主资源管理器窗口中编码一个匿名类。 - This allows the use of set operations to build up complex classes from anonymous classes or classes with value restrictions
这样就允许我们通过使用集合操作来从匿名类或具有值约束的类来创建复合类。 - It is similar to anonymous class in java except it is a first class object which can be passed around as argument if needed
它类似于java中的匿名类,除了它是一个可在需要时作为参数来传递的第一级对象之外。